home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / c / patchicons < prev    next >
AmigaDOS Script File  |  1995-02-26  |  1KB  |  27 lines

  1. .key DIR
  2.  
  3. ; $VER: PatchIcons as of Tue Feb  1 19:09:02 1994
  4. ; This is a script that kills all but the first 3 planes of the icons in
  5. ; the current (or the optionally given) directory and all it's subdirectories.
  6. ;
  7. ; (c)Copyright 1994 by Tobias Ferber
  8. ;
  9. ; This file is part of the Icon2C and OptIcon distribution.
  10. ;
  11. ; Icon2C and OptIcon are free software; you can redistribute them and/or
  12. ; modify them under the terms of the GNU General Public License as published
  13. ; by the Free Software Foundation; either version 1 of the License,
  14. ; or (at your option) any later version.
  15. ;
  16. ; Icon2C and Opticon are distributed in the hope that they will be useful,
  17. ; but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  19. ; GNU General Public License for more details.
  20. ;
  21. ; You should have received a copy of the GNU General Public License
  22. ; along with these programs; see the file COPYING.  If not, write to
  23. ; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  24.  
  25. List DIR "<DIR>" ALL FILES PAT #?.info LFORMAT "OptIcon PLANES=8 *"%s%s*"" > RAM:lip3.<$$>
  26. Execute RAM:lip3.<$$>
  27.